Home
last modified time | relevance | path

Searched refs:c_jsonnet_realloc (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/sandboxed-api/contrib/jsonnet/
H A Djsonnet_helper.h48 char* c_jsonnet_realloc(struct JsonnetVm* vm, char* str, size_t sz);
H A Djsonnet_helper.cc69 char* c_jsonnet_realloc(struct JsonnetVm* vm, char* str, size_t sz) { in c_jsonnet_realloc() function
H A DCMakeLists.txt75 c_jsonnet_realloc
H A Djsonnet_tests.cc62 char* result, api_->c_jsonnet_realloc(vm_.get(), output_.get(), 0)); in TearDown()
/aosp_15_r20/external/sandboxed-api/contrib/jsonnet/examples/
H A Djsonnet_yaml_stream_example.cc69 api.c_jsonnet_realloc(&vm_pointer, &output_pointer, 0)); in JsonnetMain()
H A Djsonnet_base_transaction.cc60 api.c_jsonnet_realloc(&vm_pointer, &output_pointer, 0)); in Main()
H A Djsonnet_base_example.cc69 api.c_jsonnet_realloc(&vm_pointer, &output_pointer, 0)); in JsonnetMain()
H A Djsonnet_formatter_example.cc101 api.c_jsonnet_realloc(&vm_pointer, &output_pointer, 0)); in JsonnetMain()
H A Djsonnet_multiple_files_example.cc104 api.c_jsonnet_realloc(&vm_pointer, &output_pointer, 0)); in JsonnetMain()