Searched refs:c_jsonnet_realloc (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/sandboxed-api/contrib/jsonnet/ |
H A D | jsonnet_helper.h | 48 char* c_jsonnet_realloc(struct JsonnetVm* vm, char* str, size_t sz);
|
H A D | jsonnet_helper.cc | 69 char* c_jsonnet_realloc(struct JsonnetVm* vm, char* str, size_t sz) { in c_jsonnet_realloc() function
|
H A D | CMakeLists.txt | 75 c_jsonnet_realloc
|
H A D | jsonnet_tests.cc | 62 char* result, api_->c_jsonnet_realloc(vm_.get(), output_.get(), 0)); in TearDown()
|
/aosp_15_r20/external/sandboxed-api/contrib/jsonnet/examples/ |
H A D | jsonnet_yaml_stream_example.cc | 69 api.c_jsonnet_realloc(&vm_pointer, &output_pointer, 0)); in JsonnetMain()
|
H A D | jsonnet_base_transaction.cc | 60 api.c_jsonnet_realloc(&vm_pointer, &output_pointer, 0)); in Main()
|
H A D | jsonnet_base_example.cc | 69 api.c_jsonnet_realloc(&vm_pointer, &output_pointer, 0)); in JsonnetMain()
|
H A D | jsonnet_formatter_example.cc | 101 api.c_jsonnet_realloc(&vm_pointer, &output_pointer, 0)); in JsonnetMain()
|
H A D | jsonnet_multiple_files_example.cc | 104 api.c_jsonnet_realloc(&vm_pointer, &output_pointer, 0)); in JsonnetMain()
|